home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / SHARBIN2.PAK / HC.BAT next >
DOS Batch File  |  1997-05-06  |  81b  |  5 lines

  1. @echo off
  2. if NOT "%1" == "-n" hc31 %1 %2
  3. if "%1" == "-n" hc31 %2 %3
  4. @echo on
  5.